home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_hylafax.idb / usr / freeware / man / cat1 / faxrcvd.Z / faxrcvd
Encoding:
Text File  |  1999-07-16  |  3.8 KB  |  133 lines

  1.  
  2.  
  3.  
  4. FFFFAAAAXXXXRRRRCCCCVVVVDDDD((((1111MMMM))))       UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((MMMMaaaayyyy 11112222,,,, 1111999999996666))))        FFFFAAAAXXXXRRRRCCCCVVVVDDDD((((1111MMMM))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      faxrcvd - _H_y_l_a_F_A_X notification script for received facsimile
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ////uuuussssrrrr////ffffrrrreeeeeeeewwwwaaaarrrreeee////vvvvaaaarrrr////ssssppppoooooooollll////ffffaaaaxxxx////bbbbiiiinnnn////ffffaaaaxxxxrrrrccccvvvvdddd _q_f_i_l_e _d_e_v_i_d _c_o_m_m_i_d
  13.      _e_r_r_o_r-_m_s_g
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      bbbbiiiinnnn////ffffaaaaxxxxrrrrccccvvvvdddd is the command script invoked by the facsimile
  17.      server whenever a facsimile is received.  The default script
  18.      sends electronic mail to the _F_a_x_M_a_s_t_e_r user describing the
  19.      content of the facsimile and other useful information such
  20.      as the time spent receiving the document.  The arguments
  21.      are:
  22.  
  23.      qqqqffffiiiilllleeee     the pathname of the received TIFF file relative to
  24.                the root of the spooling hierarchy.
  25.  
  26.      ddddeeeevvvviiiidddd     the modem device on which the facsimile was
  27.                received.
  28.  
  29.      ccccoooommmmmmmmiiiidddd    the communication identifier for the inbound call.
  30.  
  31.      eeeerrrrrrrroooorrrr----mmmmssssgggg an error message that is non-null if an error was
  32.                encountered during the receive operation.
  33.  
  34. NNNNOOOOTTTTEEEESSSS
  35.      This script can route facsimile directly to the intended
  36.      receipient if the sender's identity is well-known.  To do
  37.      this create a shell script eeeettttcccc////FFFFaaaaxxxxDDDDiiiissssppppaaaattttcccchhhh in the spooling
  38.      area that sets the receiver's electronic mail address
  39.      according to the sender's TSI.  For example,
  40.  
  41.      case "$SENDER" in
  42.      *1*510*526*1212*) SENDTO=sam;;          # Sam's test rig in Berkeley
  43.      *1*415*390*1212*) SENDTO=raster@asd;;   # 7L Xerox room, used for scanning
  44.      *5107811212)      SENDTO=peebles@mti;;  # stuff from home
  45.      *)                SENDTO=;;             # don't know who to send it to
  46.      esac
  47.  
  48.      Note that you must match any embedded white space and you
  49.      should direct any facsimile that are not dispatched to a
  50.      ``null person''.  The facsimile will be sent as a MIME-
  51.      encoded PostScript document; consult the shell script for
  52.      details.
  53.  
  54. FFFFIIIILLLLEEEESSSS
  55.      /usr/freeware/var/spool/fax   spooling area
  56.      /usr/freeware/sbin/faxinfo    for printing information about the facsimile
  57.      ${TIFFBIN}/fax2ps             for converting TIFF to PostScript
  58.      /usr/lib/sendmail             for delivering mail
  59.  
  60.  
  61.  
  62.  
  63. Page 1                                          (printed 6/24/99)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. FFFFAAAAXXXXRRRRCCCCVVVVDDDD((((1111MMMM))))       UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((MMMMaaaayyyy 11112222,,,, 1111999999996666))))        FFFFAAAAXXXXRRRRCCCCVVVVDDDD((((1111MMMM))))
  71.  
  72.  
  73.  
  74. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.      _f_a_x_d(1M), _h_y_l_a_f_a_x(4F), _r_e_c_v_q(4F)
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Page 2                                          (printed 6/24/99)
  130.  
  131.  
  132.  
  133.